ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / BreakEven<T> Class / FixedCost Property

In This Topic
    FixedCost Property (BreakEven<T>)
    In This Topic
    Gets or sets a value of fixed cost.
    Syntax
    'Declaration
     
    Public Property FixedCost As Integer
    public int FixedCost {get; set;}
    See Also